projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c7ca3d
)
(find-function-noselect): Autoload it.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 May 1998 19:53:47 +0000
(19:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 May 1998 19:53:47 +0000
(19:53 +0000)
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index 026a3ad7bf8a3cabf0650a63898bb88e59945ad1..31ed83d331d8f9392beeb035e7a36bd3adf1f76e 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-81,6
+81,7
@@
default."
;;; Functions:
+;;;###autoload
(defun find-function-noselect (function &optional path)
"Returns list (BUFFER POINT) pointing to the definition of FUNCTION.